[][src]Crate bevy_prototype_lyon

Draw 2D shapes in Bevy.

This crate provides a Bevy plugin to easily draw shapes. Some shapes are provided for convenience, however you can extend the functionality of this crate by implementing the Geometry trait by your own.

Usage

Check out the README.md on the GitHub repository or run the examples.

Modules

entity

Custom Bevy [Bundle] for shapes.

geometry

Types for defining and using geometries.

path

Interface to build custom paths.

plugin

Contains the plugin and its helper types.

prelude

Import this module as use bevy_prototype_lyon::prelude::* to get convenient imports.

shapes

Collection of common shapes that can be drawn.

utils

Utility types and conversion traits.